home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / bb2000 / files / StartUp.dxr / 00007.ls < prev    next >
Encoding:
Text File  |  1998-02-20  |  108 b   |  9 lines

  1. on exitFrame
  2.   if rollOver() > 1 then
  3.     cursor([1, 2])
  4.   else
  5.     cursor(-1)
  6.   end if
  7.   go(the frame)
  8. end
  9.